  :root {
    --gold: #c9955a;
    --gold-light: #e8b87d;
    --gold-pale: #f5dfc0;
    --cream: #fdf8f2;
    --warm-white: #fffcf8;
    --text-dark: #2a1f14;
    --text-mid: #6b5440;
    --text-soft: #a08060;

          --dark-base: #140e08;
      --dark-surface: #1e1510;
      --dark-border: rgba(201, 149, 90, 0.18);

  }

/* :root {
      --gold:        #f5b800;
      --gold-light:  #f7c933;
      --gold-pale:   #fce99a;
      --navy:        #1a0d40;
      --navy-mid:    #3d2a7a;
      --navy-soft:   #6b55a0;
      --cream:       #fdf8e1;
      --warm-white:  #fffdf0;
      --text-dark:   #1a0d40;
      --text-mid:    #3d2a7a;
      --text-soft:   #6b55a0;

       --dark-base: #140e08;
      --dark-surface: #1e1510;
      --dark-border: rgba(201, 149, 90, 0.18);

    } */
 



  .ls-text {
    color: var(--gold);
  }
  .main-spinner p {
    color: var(--text-dark);
  }

.hero {
  position: relative;
  min-height: 90vh;                    
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  color: #f8f8f8;                     
}


.hero {
  background-image: url('../images/lg.jpg');
}

@media (max-width: 767px) {
  .hero {
    min-height: 80vh;
    background-image: url('../images/md.jpg');
    background-position: center 20%;   
  }
}


.hero .overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.50); 
  z-index: 1;
}

.hero .container {
  position: relative;
  z-index: 2;
  max-width: 850px;                 
  text-align: center;
}


@media (max-width: 992px) { .hero h1 { font-size: 3rem; } }
@media (max-width: 576px) { .hero h1 { font-size: 2.4rem; } }


@media (max-width: 576px) { .hero .description { font-size: 1.15rem; } }

.hero .btn-start {
  background-color: transparent;
  border: 2px solid #E1B382;
  color: #E1B382;
  font-weight: 600;
  padding: 0.85rem 2.5rem;
  border-radius: 8px;                  
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
}

.hero .btn-start:hover {
  background-color: #E1B382;
  color: #111111;
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(225, 179, 130, 0.25); 
}


@media (max-width: 576px) {
  .hero .btn-start { width: 100%; padding: 1rem 1.5rem; }
}



/* About Section */
  .about {
    position: relative;
    max-width: 1100px;
    width: 100%;
    padding: 5rem 4rem;
    overflow: hidden;
  }

  
  .hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
      radial-gradient(ellipse 60% 50% at 15% 20%, rgba(212,163,115,0.12) 0%, transparent 60%),
      radial-gradient(ellipse 40% 60% at 85% 80%, rgba(232,184,125,0.10) 0%, transparent 55%),
      radial-gradient(ellipse 80% 40% at 50% 50%, rgba(253,248,242,0.8) 0%, transparent 100%);
    pointer-events: none;
  }

    .hero__bg-numeral {
    position: absolute;
    top: -2rem;
    right: -1rem;
    font-family: 'Playfair Display', serif;
    font-size: clamp(16rem, 25vw, 22rem);
    font-weight: 500;
    color: transparent;
    -webkit-text-stroke: 1.5px rgba(201,149,90,0.12);
    line-height: 1;
    user-select: none;
    pointer-events: none;
  }

  
  .hero__rule {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2.5rem;
    animation: fadeUp 0.6s ease both;
  }
  .hero__rule span {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gold);
  }
  .hero__rule::after {
    content: '';
    flex: 1;
    height: 1px;
    background: linear-gradient(to right, var(--gold-pale), transparent);
  }

    .hero__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
    position: relative;
    z-index: 1;
  }

  
  .hero__left {
    animation: fadeUp 0.7s 0.1s ease both;
  }

  .hero__eyebrow {
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 1.25rem;
  }

  .hero__title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.6rem, 4.5vw, 3.8rem);
    font-weight: 400;
    line-height: 1.12;
    color: var(--text-dark);
    margin-bottom: 1.75rem;
  }

  .hero__title em {
    font-style: italic;
    color: var(--gold);
  }

  .hero__subtitle {
    font-size: 1rem;
    line-height: 1.75;
    color: var(--text-mid);
    font-weight: 300;
    margin-bottom: 2.5rem;
    max-width: 38ch;
  }

  .hero__subtitle strong {
    font-weight: 500;
    color: var(--text-dark);
  }

  
  .hero__ctas {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    flex-wrap: wrap;
  }

  .about-cats {
    position: relative;
    max-width: 1100px;
    width: 100%;
    padding: 5rem 4rem;
    overflow: hidden;
    margin: 0 auto; /* add this */
}

  .hero__ctas__cats {
    display: flex; 
    align-items: center;
    justify-content: center;
    gap: 1.25rem;
    flex-wrap: wrap;
  }

  .cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
    width: 100%;
    margin-top: 2rem;
}


  
  
  

  .btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    background: var(--gold);
    color: #fff;
    border: none;
    padding: 0.9rem 2rem;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.88rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    cursor: pointer;
    text-decoration: none;
    clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
    transition: background 0.25s ease, transform 0.2s ease;
  }
  .btn-primary:hover {
    background: #b8844a;
    transform: translateY(-2px);
  }
  .btn-primary svg {
    transition: transform 0.2s ease;
  }
  .btn-primary:hover svg {
    transform: translateX(3px);
  }

  .btn-ghost {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: transparent;
    color: var(--text-mid);
    border: none;
    padding: 0.9rem 0;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.88rem;
    font-weight: 400;
    letter-spacing: 0.02em;
    cursor: pointer;
    text-decoration: none;
    border-bottom: 1px solid var(--gold-pale);
    transition: color 0.2s ease, border-color 0.2s ease;
  }
  .btn-ghost:hover {
    color: var(--gold);
    border-color: var(--gold);
  }

  
  .hero__right {
    animation: fadeUp 0.7s 0.25s ease both;
  }

  
  .hero__stat-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 2rem;
  }

  .stat-card {
    background: var(--warm-white);
    border: 1px solid rgba(201,149,90,0.18);
    padding: 1.5rem 1.25rem;
    position: relative;
    overflow: hidden;
    transition: border-color 0.25s;
  }
  .stat-card::after {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 3px; height: 100%;
    background: linear-gradient(to bottom, var(--gold-light), transparent);
    opacity: 0;
    transition: opacity 0.25s;
  }
  .stat-card:hover {
    border-color: rgba(201,149,90,0.4);
  }
  .stat-card:hover::after {
    opacity: 1;
  }

  .stat-card__num {
    font-family: 'Playfair Display', serif;
    font-size: 2.1rem;
    font-weight: 400;
    color: var(--gold);
    line-height: 1;
    margin-bottom: 0.4rem;
  }
  .stat-card__label {
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--text-soft);
  }
  .stat-card__desc {
    font-size: 0.8rem;
    color: var(--text-mid);
    margin-top: 0.35rem;
    line-height: 1.5;
    font-weight: 300;
  }

  
  .creator-card {
    background: linear-gradient(135deg, #2a1f14 0%, #3d2c1a 100%);
    padding: 2rem 1.75rem;
    position: relative;
    overflow: hidden;
  }
  .creator-card::before {
    content: '';
    position: absolute;
    top: -2rem; right: -2rem;
    width: 10rem; height: 10rem;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(201,149,90,0.2), transparent 70%);
  }

  .creator-card__tag {
    display: inline-block;
    font-size: 0.65rem;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gold-light);
    border: 1px solid rgba(232,184,125,0.3);
    padding: 0.25rem 0.65rem;
    margin-bottom: 1rem;
  }

  .creator-card__heading {
    font-family: 'Playfair Display', serif;
    font-size: 1.4rem;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0.75rem;
    line-height: 1.3;
  }

  .creator-card__body {
    font-size: 0.83rem;
    color: rgba(255,255,255,0.6);
    line-height: 1.65;
    font-weight: 300;
    margin-bottom: 1.5rem;
  }

  .creator-card__link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8rem;
    font-weight: 500;
    color: var(--gold-light);
    text-decoration: none;
    letter-spacing: 0.05em;
    transition: gap 0.2s ease;
  }
  .creator-card__link:hover {
    gap: 0.75rem;
  }


  @keyframes fadeUp {
    from { opacity: 0; transform: translateY(24px); }
    to   { opacity: 1; transform: translateY(0); }
  }

  
  @media (max-width: 768px) {
    .hero { padding: 3rem 1.5rem; }
    .hero__inner { grid-template-columns: 1fr; gap: 3rem; }
    .hero__bg-numeral { display: none; }
    .hero__stat-block { grid-template-columns: 1fr 1fr; }
  }


  /* ── Feed Grid ── */
/* .content-feed {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  max-width: 1020px;
  margin: 0 auto;
  padding: 1rem 0.75rem;
} */

.content-feed {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  max-width: 1020px;
  margin: 0 auto;
  padding: 1rem 0.75rem;
  align-items: start;   /* ← cards don't stretch to tallest sibling */
}

@media (max-width: 768px) {
  .content-feed {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .content-feed {
    grid-template-columns: 1fr;
  }
}

/* ── Card ── */
.feed-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #ebebeb;
  cursor: pointer;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  display: flex;
  flex-direction: column;
  height: 100%;        /* fill grid cell */
}

.feed-card:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

/* ── Creator Header ── */
.feed-card__header {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  flex-shrink: 0;
}

.creator-avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  overflow: hidden;
  background: #f0e6ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
  color: #7c3aed;
  flex-shrink: 0;
}

.creator-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.creator-info {
  flex: 1;
  min-width: 0;
}

.creator-handle {
  font-size: 0.75rem;
  color: #555;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.creator-handle a {
  color: inherit;
  text-decoration: none;
}

.creator-handle a:hover {
  color: #7c3aed;
}

/* ── Badges ── */
.badge {
  font-size: 0.68rem;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 20px;
  white-space: nowrap;
  flex-shrink: 0;
}

.badge--promo  { background: #dcfce7; color: #166534; }
.badge--price  { background: #111;    color: #fff;    }
.badge--sponsored { background: #fef9c3; color: #854d0e; }

/* ── Verified ── */
.verified-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  background: #1d9bf0;
  color: #fff;
  border-radius: 50%;
  font-size: 0.55rem;
  font-weight: 700;
  margin-left: 3px;
  vertical-align: middle;
}

/* ── Media ── */
.feed-card__media {
  position: relative;
  width: 100%;
  flex-shrink: 0;        /* don't let it collapse */
}

/* non-gallery: single image/video keeps a fixed ratio */
.feed-card__media > img,
.feed-card__media > video {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

/* ── Gallery (multi-photo) ── */
.gallery-wrap {
  display: flex;
  flex-direction: column;
}

.gallery-main {
  width: 100%;
  height: 220px;
  object-fit: contain;
  display: block;
}

.gallery-thumbs {
  display: flex;
  gap: 3px;
  padding: 4px;
  background: rgba(15, 15, 15, 0.88);
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: #444 transparent;
  flex-shrink: 0;
}

.gallery-thumb {
  height: 44px;
  width: 48px;
  object-fit: cover;
  cursor: pointer;
  opacity: 0.5;
  border-radius: 3px;
  border: 2px solid transparent;
  transition: opacity 0.2s, border-color 0.2s;
  flex-shrink: 0;
}

.gallery-thumb.active,
.gallery-thumb:hover {
  opacity: 1;
  border-color: #7c3aed;
}

/* ── Footer ── */
.feed-card__footer {
  padding: 8px 10px 10px;
  border-top: 1px solid #f3f3f3;
  flex-shrink: 0;
}

.feed-card__title {
  font-size: 0.8rem;
  font-weight: 600;
  color: #222;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.4;
  margin: 0;
}

.feed-card__title:hover { color: #7c3aed; }

/* ── Ad card ── */
.feed-card--ad {
  border: 1px dashed #d1d5db;
  background: #fafafa;
}

/* main both photos and videos */
/* ── Feed Grid ── */
.content-main-feed {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  max-width: 1020px;
  margin: 0 auto;
  padding: 1rem 0.75rem;
  align-items: start;
}

@media (max-width: 768px) {
  .content-main-feed {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .content-main-feed {
    grid-template-columns: 1fr;
  }
}

/* ── Card ── */
.feed-main-card {
  background: #fff;
  border-radius: 12px;
  overflow: visible;       /* never clip — controls sit outside media area */
  border: 1px solid #ebebeb;
  cursor: pointer;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  display: flex;
  flex-direction: column;
}

.feed-main-card:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

/* ── Creator Header ── */
.feed-card-main-header {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  flex-shrink: 0;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
}

.creator-main-avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  overflow: hidden;
  background: #f0e6ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
  color: #7c3aed;
  flex-shrink: 0;
}

.creator-main-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.creator-main-info {
  flex: 1;
  min-width: 0;
}

.creator-main-handle {
  font-size: 0.75rem;
  color: #555;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.creator-main-handle a {
  color: inherit;
  text-decoration: none;
}

.creator-main-handle a:hover {
  color: #7c3aed;
}

/* ── Badges (header) ── */
.badge {
  font-size: 0.68rem;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 20px;
  white-space: nowrap;
  flex-shrink: 0;
}

.badge-main-promo  { background: #dcfce7; color: #166534; }
.badge-main-price  { background: #111;    color: #fff;    }

/* ── Media wrapper ── */
.feed-card-main-media {
  position: relative;
  width: 100%;
  
  flex-shrink: 0;
}

/* Overlay badges inside media */
.promo-main-badge,
.price-main-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 0.68rem;
  font-weight: 700;
  padding: 3px 9px;
  border-radius: 20px;
  z-index: 5;
  pointer-events: none;
}

.promo-main-badge { background: #1ed760; color: #fff; }
.price-main-badge { background: rgba(0,0,0,0.75); color: #fff; }


.feed-card-main-media > img {
  width: 150%;
  height: 210px;
  object-fit: cover;
  display: block;
}


.gallery-wrap {
  display: flex;
  flex-direction: column;
}

.gallery-main {
  width: 100%;
  height: 210px;
  object-fit: contain;
  display: block;
}

.gallery-thumbs {
  display: flex;
  gap: 3px;
  padding: 4px;
  background: rgba(15, 15, 15, 0.9);
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: #555 transparent;
}

.gallery-thumb {
  height: 42px;
  width: 46px;
  object-fit: cover;
  cursor: pointer;
  opacity: 0.5;
  border-radius: 3px;
  border: 2px solid transparent;
  transition: opacity 0.2s, border-color 0.2s;
  flex-shrink: 0;
}

.gallery-thumb.active,
.gallery-thumb:hover {
  opacity: 1;
  border-color: #7c3aed;
}

/* ── Video wrapper ── */
.v-wrapper {
  width: 100%;

  
}

.card-video {
  width: 100%;
  height: 210px;           
  display: block;
  max-height: 210px;    
  object-fit: contain;
}

/* ── Card Body ── */
.feed-main-card-body {
  padding: 8px 10px 10px;
  border-top: 1px solid #f3f3f3;
  flex-shrink: 0;
  border-radius: 0 0 12px 12px;
  overflow: hidden;
}

.feed-main-card-title {
  font-size: 0.8rem;
  font-weight: 600;
  color: #222;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.4;
}

.feed-main-card-title a {
  color: inherit;
  text-decoration: none;
}

.feed-main-card-title a:hover {
  color: #7c3aed;
}

/* ── Verified badge ── */

/* ── Ad card ── */
.feed-main-card--ad {
  border: 1px dashed #d1d5db;
  background: #fafafa;
}

.badge--sponsored {
  background: #fef9c3;
  color: #854d0e;
}


  /* ── Creators grid ── */

  

.creators-grid {
  --card-max-width: 320px;     
  --card-max-height: 380px;    
  --gap: 1.5rem;

  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: var(--gap);
  justify-content: center;           
  justify-items: center;             
  padding: 2rem 1rem;
  margin: 0 auto;
  max-width: 1200px;                
  width: 100%;
}

.creator-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: var(--card-max-width);
  max-height: var(--card-max-height);
  overflow: hidden;
  border: 1px solid var(--gold-light);
  border-radius: 12px;
  background: var(--warm-white);
  text-decoration: none;
  color: var(--text-dark);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
  box-shadow: 
    0 8px 24px -6px rgba(201, 149, 90, 0.28),    
    0 4px 12px -2px rgba(201, 149, 90, 0.18),    
    inset 0 -2px 6px rgba(255, 255, 255, 0.7),   
    inset 0 2px 4px rgba(0, 0, 0, 0.06);         
}

.creator-card:hover,
.creator-card:focus-visible {
  transform: translateY(-6px);
  box-shadow: 
    0 16px 40px -10px rgba(201, 149, 90, 0.45),
    0 8px 20px -4px rgba(201, 149, 90, 0.3),
    inset 0 -2px 8px rgba(255, 255, 255, 0.8);
  outline: none;
}

.creator-img {
  width: 100%;
  height: 260px;                   
  overflow: hidden;
  flex-shrink: 0;
}

.creator-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;              
  object-position: center;
  display: block;
}

.creator-name {
  padding: 1.25rem 1.25rem 1.5rem;
  text-align: center;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.creator-name h4 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-dark);
  line-height: 1.3;
}

@media (min-width: 992px) {
  .creators-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, var(--card-max-width)));
    gap: 2rem;
  }
}


.reels-container {
    position: relative;
    width: 100%;
    max-width: 480px;
    margin: 2rem auto;
    aspect-ratio: 9 / 16;
    border-radius: 18px;
    overflow: hidden;
    background: var(--text-dark);
    box-shadow: 0 20px 60px rgba(42, 31, 20, 0.35);
}

.reels-track {
    position: relative;
    width: 100%;
    height: 100%;
}

.reel-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transform: scale(1.04);
    transition: opacity 0.6s ease, transform 0.6s ease;
    pointer-events: none;
}

.reel-slide.active {
    opacity: 1;
    transform: scale(1);
    pointer-events: all;
}

.reel-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Subtle dark gradient at bottom */
.reel-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        transparent 40%,
        rgba(42, 31, 20, 0.75) 100%
    );
    pointer-events: none;
}

/* Info text */
.reel-info {
    position: absolute;
    bottom: 3.5rem;
    left: 1.2rem;
    right: 1.2rem;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    z-index: 2;
}

.reel-owner {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--gold-light);
}

.reel-title {
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--warm-white);
    text-shadow: 0 1px 6px rgba(0,0,0,0.5);
}

/* Dots */
.reel-dots {
    position: absolute;
    bottom: 1.2rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 6px;
    z-index: 3;
}

.reel-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border: none;
    background: rgba(255,255,255,0.35);
    cursor: pointer;
    padding: 0;
    transition: background 0.3s ease, transform 0.3s ease;
}

.reel-dot.active {
    background: var(--gold);
    transform: scale(1.4);
}

/* Arrows — subtle, not obvious */
.reel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(42, 31, 20, 0.3);
    border: 1px solid rgba(201, 149, 90, 0.3);
    color: var(--gold-pale);
    font-size: 1.8rem;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    transition: background 0.2s ease, opacity 0.2s ease;
    opacity: 0.4;
    line-height: 1;
    padding: 0;
}

.reel-arrow:hover {
    background: rgba(201, 149, 90, 0.25);
    opacity: 1;
}

.reel-prev { left: 0.75rem; }
.reel-next { right: 0.75rem; }

@media (max-width: 640px) {
    .reels-container {
        max-width: 100%;
        border-radius: 0;
        margin: 0;
    }
}


.reel-fullscreen {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    background: rgba(42, 31, 20, 0.3);
    border: 1px solid rgba(201, 149, 90, 0.3);
    color: var(--gold-pale);
    font-size: 1rem;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    opacity: 0.5;
    transition: opacity 0.2s ease, background 0.2s ease;
}

.reel-fullscreen:hover {
    opacity: 1;
    background: rgba(201, 149, 90, 0.25);
}

/* Make video fill screen in fullscreen */
.reels-container:fullscreen {
    max-width: 100%;
    border-radius: 0;
    aspect-ratio: unset;
    height: 100vh;
}

.reels-container:-webkit-full-screen {
    max-width: 100%;
    border-radius: 0;
    height: 100vh;
}



